/* 底部 */

.footer {
    max-width: 1920px;
    height: auto;
    padding-top: 64px;
    background-color: #efefef;
}

.footer .footer-top ul li span {
    font-family: MicrosoftYaHeiLight;
    font-size: 14px;
    color: #2a2a2a;
    line-height: 53px;
}

.footer .footer-top ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.footer .footer-top ul li {
    display: inline-block;
    flex-grow: 0;
    flex-basis: auto;
}

.footer-top .header-text {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: 700;
    color: #2a2a2a;
    padding-bottom: 32px;
}

.footer-top .header-phone {
    display: flex;
    align-items: center;
}

.footer-top .header-phone .heder-img {
    position: relative;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #2169d3;
    cursor: pointer;
    margin-right: 10px;
}

.footer-top .header-phone img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-top .header-text-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-top .footer-left {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.footer-top .footer-left .footer-text {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    line-height: 30px;
    color: #2a2a2a;
}

.footer-top .footer-left .footer-text span:first-child {
    font-size: 18px;
    color: #2a2a2a;
}

.footer-top .footer-left .heder-qrcode {
    width: 163px;
    height: 163px;
    margin-right: 10px;
}

.footer-top .footer-left .heder-qrcode img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.footer-top ul li:nth-child(3) {
    margin-top: 59px;
}

.footer-bottom {
    max-width: 1920px;
    height: 115px;
    background-color: #efefef;
    position: relative;
    border-top: 1px solid #ffffff;
    position: relative;
}

.footer-bottom {
    max-width: 1920px;
    height: 115px;
    background-color: #efefef;
    position: relative;
    border-top: 1px solid #ffffff;
    position: relative;
    font-size: 14px;
    text-align: center;
    padding-top: 53px;
    padding: 53px 10px 0 10px;
}